Home | Trees | Index | Help |
|
---|
Package sulley :: Module pedrpc :: Class server |
|
Method Summary | |
---|---|
__init__(self,
host,
port)
| |
serve_forever(self)
| |
__debug(self,
msg)
| |
Ensure the socket is torn down. | |
Mixed |
This routine is used for marshaling arbitrary data from the PyDbg server. |
This routine is used for marshaling arbitrary data to the PyDbg server. |
Method Details |
---|
__disconnect(self)Ensure the socket is torn down. |
__pickle_recv(self)This routine is used for marshaling arbitrary data from the PyDbg server. We can send pretty much anything here. For example a tuple containing integers, strings, arbitrary objects and structures. Our "protocol" is a simple length-value protocol where each datagram is prefixed by a 4-byte length of the data to be received.
|
__pickle_send(self, data)This routine is used for marshaling arbitrary data to the PyDbg server. We can send pretty much anything here. For example a tuple containing integers, strings, arbitrary objects and structures. Our "protocol" is a simple length-value protocol where each datagram is prefixed by a 4-byte length of the data to be received.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 | http://epydoc.sf.net |